Skip to content

Commit

Permalink
Merge pull request #51 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 Mar 17, 2022
2 parents f66fc76 + 1ce782f commit 9638258
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 @@ -284,7 +284,7 @@ def read_requirements(path="requirements/run.txt"):
license='MIT',
install_requires=read_requirements(),
setup_requires=['pytest-runner'],
tests_require=['pytest'],
tests_require=['pytest==7.0.0'],
extras_require={
'dev': [
'coverage',
Expand Down

0 comments on commit 9638258

Please sign in to comment.