Skip to content

Commit

Permalink
Merge pull request #75 from kytos-ng/fix/tox_py36_pytest
Browse files Browse the repository at this point in the history
Freeze pytest version to be compatible with py3.6
  • Loading branch information
viniarck committed Jun 15, 2022
2 parents a7ed1a8 + 2921a30 commit d0e464c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def run(self):
test_suite='tests',
include_package_data=True,
setup_requires=PYTEST_RUNNER,
tests_require=['pytest'],
tests_require=['pytest==7.0.0'],
extras_require={'dev': ['pip-tools >= 2.0',
'coverage', 'pytest', 'yala', 'tox']},
packages=find_packages(exclude=['tests']),
Expand Down

0 comments on commit d0e464c

Please sign in to comment.