pipfile broken
i finally had time to investigate it:
in the pipfile line 10:
pytest = ">=3.4.0,<4"
cannot be <4
because pytest>=4.6 (from pytest-cov==2.10.0 [...])
this currently prevents any changes and does not match the pipfile.lock
i finally had time to investigate it:
in the pipfile line 10:
pytest = ">=3.4.0,<4"
cannot be <4
because pytest>=4.6 (from pytest-cov==2.10.0 [...])
this currently prevents any changes and does not match the pipfile.lock