Skip to content

Commit 574e996

Browse files
committed
block py.test 3.9.1
references: pytest-dev/pytest#4181 Change-Id: Iad3b6845e94753c55771419ccd1f99852bc89159
1 parent c63924a commit 574e996

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def run_tests(self):
6666
license='MIT',
6767
packages=find_packages('.', exclude=['examples*', 'test*']),
6868
include_package_data=True,
69-
tests_require=['pytest', 'mock', 'Mako'],
69+
tests_require=['pytest!=3.9.1', 'mock', 'Mako'],
7070
cmdclass={'test': PyTest},
7171
zip_safe=False,
7272
install_requires=requires,

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SQLA_REPO = {env:SQLA_REPO:git+https://[email protected]/zzzeek/sqlalchemy.gi
99
[testenv]
1010
cov_args=--cov=alembic --cov-report term --cov-report xml
1111

12-
deps=pytest
12+
deps=pytest!=3.9.1
1313
pytest-xdist
1414
mock
1515
sqla079: {[tox]SQLA_REPO}@rel_0_7_9

0 commit comments

Comments
 (0)