Skip to content
Snippets Groups Projects
Commit 68b6d1ef authored by Bruno Morgado's avatar Bruno Morgado
Browse files

fix conflict between pipenv and test packages

parent b3716424
Branches
No related tags found
No related merge requests found
......@@ -28,6 +28,9 @@ Sphinx = "*"
sphinx_rtd_theme = "*"
sphinx-autobuild = "*"
sphinxcontrib-websupport = "*"
coverage = "*"
pytest-xdist = "*"
mock = "*"
[requires]
python_version = "3"
......@@ -43,11 +43,6 @@ setuptools.setup(
"future"
],
tests_require=[
"coverage",
"pytest",
"pytest-cov",
"pytest-xdist",
"mock"
],
keywords="lmc base classes ska",
zip_safe=False)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment