python3Packages.decorator: fix build with structuredAttrs (#470696)
This commit is contained in:
@@ -24,7 +24,7 @@ buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
|
||||
enabledTestPaths = [ "tests/test.py " ];
|
||||
enabledTestPaths = [ "tests/test.py" ];
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/micheles/decorator/blob/${src.tag}/CHANGES.md";
|
||||
|
||||
Reference in New Issue
Block a user