mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Upgrade pytest to 3.6.0
https://github.com/pytest-dev/pytest/issues/1875 made it impossible to declare a function as a fixture multiple times, which we were doing across different modules. The fix was to move our @pytest.fixture calls into decorators in the tests/fixtures.py module.
This commit is contained in:
parent
16398641d9
commit
969771770f
5 changed files with 15 additions and 17 deletions
2
setup.py
2
setup.py
|
|
@ -48,7 +48,7 @@ setup(
|
|||
''',
|
||||
setup_requires=['pytest-runner'],
|
||||
tests_require=[
|
||||
'pytest==3.2.1',
|
||||
'pytest==3.6.0',
|
||||
'aiohttp==2.3.2',
|
||||
'beautifulsoup4==4.6.0',
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue