python39Packages.pytest-mockservers: move pytest to buildInputs
This commit is contained in:
@@ -31,9 +31,12 @@ buildPythonPackage rec {
|
||||
poetry-core
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
pytest
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
aiohttp
|
||||
pytest
|
||||
pytest-asyncio
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user