treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
@@ -21,7 +21,7 @@ buildPythonPackage rec {
|
||||
pytest-benchmark
|
||||
];
|
||||
|
||||
checkPhase = ''pytest --benchmark-skip'';
|
||||
checkPhase = "pytest --benchmark-skip";
|
||||
|
||||
propagatedBuildInputs = [
|
||||
python-dateutil
|
||||
|
||||
Reference in New Issue
Block a user