treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
@@ -12,7 +12,7 @@ buildPythonPackage rec {
|
||||
|
||||
checkInputs = [ pytest pytestcov mock cmdline ];
|
||||
propagatedBuildInputs = [ pytest-fixture-config pytest-shutil virtualenv ];
|
||||
checkPhase = '' py.test tests/unit '';
|
||||
checkPhase = "py.test tests/unit ";
|
||||
|
||||
nativeBuildInputs = [ pytest ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user