python3Packages.atpublic: fix tests

This commit is contained in:
Jonathan Ringer
2020-12-01 14:44:23 +01:00
committed by Frederik Rietdijk
parent 0f1cd9c7e3
commit 36ae4211a7
@@ -24,7 +24,7 @@ buildPythonPackage rec {
];
checkPhase = ''
pytest --pyargs public
pytest
'';
meta = with lib; {