File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11[pytest] 
2- addopts  = --capture =no --assert =plain --strict --tb  native
2+ addopts  = --capture =no --assert =plain --strict-markers  --tb = native -- import-mode =importlib 
33testpaths  = tests
44filterwarnings  = default
Original file line number Diff line number Diff line change 3232 # pycodestyle is a dependency of flake8, but it must be frozen because 
3333 # their combination breaks too often 
3434 # (example breakage: https://gitlab.com/pycqa/flake8/issues/427) 
35-  'pycodestyle~=2.5 .0' ,
36-  'flake8~=3.7.9 ' ,
35+  'pycodestyle~=2.7 .0' ,
36+  'flake8~=3.9.2 ' ,
3737 'uvloop>=0.15.3; platform_system != "Windows" and python_version >= "3.7"' ,
3838]
3939
4040# Dependencies required to build documentation. 
4141DOC_DEPENDENCIES  =  [
42-  'Sphinx~=1.7.3 ' ,
43-  'sphinxcontrib-asyncio~=0.2 .0' ,
44-  'sphinx_rtd_theme~=0.2.4 ' ,
42+  'Sphinx~=4.1.2 ' ,
43+  'sphinxcontrib-asyncio~=0.3 .0' ,
44+  'sphinx_rtd_theme~=0.5.2 ' ,
4545]
4646
4747EXTRA_DEPENDENCIES  =  {
5050 # Dependencies required to develop asyncpg. 
5151 'dev' : [
5252 CYTHON_DEPENDENCY ,
53-  'pytest>=3. 6.0' ,
53+  'pytest>=6.0' ,
5454 ] +  DOC_DEPENDENCIES  +  TEST_DEPENDENCIES 
5555}
5656
                         You can’t perform that action at this time. 
           
                  
0 commit comments