Fixed pytest requirement

api-breakage
Morty Space 6 years ago
parent 3a406a5e71
commit 4f7ee17b3d
  1. 1
      init.sh
  2. 3
      setup.py

@ -5,4 +5,5 @@ python3 -m venv ./venv
source activate.sh
pip install --upgrade pip
pip install wheel
pip install -e ".[dev]"

@ -41,7 +41,7 @@ setup(
'dev': [
'pylint',
'pycodestyle',
'pytest',
'pytest<6',
'pytest-asyncio',
'pytest-cov',
'pytest-env',
@ -51,7 +51,6 @@ setup(
'sphinx',
'sphinx_rtd_theme',
'setuptools',
'wheel',
'twine',
'doc8'
]

Loading…
Cancel
Save