python39Packages.pytest-mockservers: move pytest to buildInputs

This commit is contained in:
Sandro Jäckel 2021-08-07 20:19:08 +02:00
parent ceb245203b
commit 3886eed32c
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -31,9 +31,12 @@ buildPythonPackage rec {
poetry-core
];
buildInputs = [
pytest
];
propagatedBuildInputs = [
aiohttp
pytest
pytest-asyncio
];