python3Packages.pytest-asyncio_0: relax pytest

This commit is contained in:
Martin Weinelt
2026-02-01 16:40:31 +01:00
parent 98915b4782
commit d12c4faf7b
@@ -28,6 +28,8 @@ buildPythonPackage rec {
buildInputs = [ pytest ];
pythonRelaxDeps = [ "pytest" ];
postInstall = ''
mkdir $testout
cp -R tests $testout/tests