Skip to content

Commit

Permalink
block py.test 3.9.1
Browse files Browse the repository at this point in the history
references:

pytest-dev/pytest#4181

Change-Id: Iad3b6845e94753c55771419ccd1f99852bc89159
  • Loading branch information
zzzeek committed Oct 17, 2018
1 parent 385484d commit 2b85a80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def run_tests(self):
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,
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b85a80

Please sign in to comment.