ERROR: Double requirement given:
pytest>=6.0.0` (already in pytest, name='pytest')
#71
Labels
bug
Something isn't working
This occurs when creating a Python 3.8 virtual environment and using
slap install
to install kraken-core. It has an optional runtime-dependency onpytest
and a non-optional development dependency on it.Upgrading Pip in the virtual environment makes it work.
The text was updated successfully, but these errors were encountered: