]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
block py.test 3.9.1
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 17 Oct 2018 19:44:00 +0000 (15:44 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 17 Oct 2018 19:44:00 +0000 (15:44 -0400)
references:

https://github.com/pytest-dev/pytest/issues/4181

Change-Id: Iad3b6845e94753c55771419ccd1f99852bc89159

setup.py
tox.ini

index ff051c54e508aafc3d033100544b26fa54407ad8..bd6755f29c1391f88f5b9e4052ef6ba31be89f7d 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -66,7 +66,7 @@ setup(name='alembic',
       license='MIT',
       packages=find_packages('.', exclude=['examples*', 'test*']),
       include_package_data=True,
-      tests_require=['pytest', 'mock', 'Mako'],
+      tests_require=['pytest!=3.9.1', 'mock', 'Mako'],
       cmdclass={'test': PyTest},
       zip_safe=False,
       install_requires=requires,
diff --git a/tox.ini b/tox.ini
index 9c16b9b0623601a8a703eafb5570afa81e1c1b0a..de5e6358d1b7bd6848a556519e6a820ca17cf4d7 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,7 @@ SQLA_REPO = {env:SQLA_REPO:git+https://zzzeek@bitbucket.org/zzzeek/sqlalchemy.gi
 [testenv]
 cov_args=--cov=alembic --cov-report term --cov-report xml
 
-deps=pytest
+deps=pytest!=3.9.1
      pytest-xdist
      mock
      sqla079: {[tox]SQLA_REPO}@rel_0_7_9