python3Packages.tld: 0.13 -> 0.13.1
https://github.com/barseghyanartur/tld/blob/0.13.1/CHANGELOG.rst This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -11,14 +11,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "tld";
|
||||
version = "0.13";
|
||||
version = "0.13.1";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-k93l4cBL3xhEl26uRAcGN50h9KsjW3PAXXSD4HT7Vik=";
|
||||
hash = "sha256-dewAk2y89WT2c2HEFxM2NEC2xO8PDBWStbD75ywXo1A=";
|
||||
};
|
||||
|
||||
nativeCheckInputs = [
|
||||
@@ -31,6 +31,8 @@ buildPythonPackage rec {
|
||||
faker
|
||||
];
|
||||
|
||||
doCheck = false; # missing pytest-codeblock
|
||||
|
||||
# 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.
|
||||
|
||||
Reference in New Issue
Block a user