octoprint: relax some tests in the py-overlay
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
@@ -52,6 +52,12 @@ let
|
|||||||
build-system = [ self.setuptools ];
|
build-system = [ self.setuptools ];
|
||||||
doCheck = false; # DeprecationWarnings
|
doCheck = false; # DeprecationWarnings
|
||||||
});
|
});
|
||||||
|
pytest-httpbin = super.pytest-httpbin.overridePythonAttrs (oldAttrs: rec {
|
||||||
|
doCheck = false; # fails in current overlay
|
||||||
|
});
|
||||||
|
httpcore = super.httpcore.overridePythonAttrs (oldAttrs: rec {
|
||||||
|
doCheck = false; # fails in current overlay
|
||||||
|
});
|
||||||
|
|
||||||
netaddr = super.netaddr.overridePythonAttrs (oldAttrs: rec {
|
netaddr = super.netaddr.overridePythonAttrs (oldAttrs: rec {
|
||||||
version = "0.9.0";
|
version = "0.9.0";
|
||||||
@@ -226,9 +232,9 @@ let
|
|||||||
in
|
in
|
||||||
''
|
''
|
||||||
sed -r -i \
|
sed -r -i \
|
||||||
${
|
${lib.concatStringsSep "\n" (
|
||||||
lib.concatStringsSep "\n" (map (e: ''-e 's@${e}[<>=]+.*@${e}",@g' \'') ignoreVersionConstraints)
|
map (e: ''-e 's@${e}[<>=]+.*@${e}",@g' \'') ignoreVersionConstraints
|
||||||
}
|
)}
|
||||||
setup.py
|
setup.py
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user