python3Packages.atpublic: fix tests

This commit is contained in:
Jonathan Ringer 2020-11-29 09:40:51 -08:00 committed by Frederik Rietdijk
parent 0f1cd9c7e3
commit 36ae4211a7

View file

@ -24,7 +24,7 @@ buildPythonPackage rec {
];
checkPhase = ''
pytest --pyargs public
pytest
'';
meta = with lib; {