pythonPackages.pyu2f: remove duplicated package

This commit is contained in:
Sandro Jäckel
2021-02-16 23:22:20 +01:00
parent f13cb9ca59
commit d3b853e174

View File

@@ -20,7 +20,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ six ];
checkInputs = [ pytest six mock pyfakefs unittest2 ];
checkInputs = [ pytest mock pyfakefs unittest2 ];
checkPhase = ''
pytest pyu2f/tests