python3Packages.tld: fix on darwin
This commit is contained in:
parent
6b6537841c
commit
34e037b636
@ -26,6 +26,12 @@ buildPythonPackage rec {
|
|||||||
tox
|
tox
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# these tests require network access, but disabledTestPaths doesn't work.
|
||||||
|
# the file needs to be `import`ed by another python test file, so it
|
||||||
|
# can't simply be removed.
|
||||||
|
preCheck = ''
|
||||||
|
echo > src/tld/tests/test_commands.py
|
||||||
|
'';
|
||||||
pythonImportsCheck = [ "tld" ];
|
pythonImportsCheck = [ "tld" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user