Merge pull request #130858 from fabaff/bump-bitarray

python3Packages.bitarray: 2.2.1 -> 2.3.1
This commit is contained in:
Fabian Affolter
2021-08-24 15:56:07 +02:00
committed by GitHub
2 changed files with 7 additions and 2 deletions
@@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "bitarray";
version = "2.2.1";
version = "2.3.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-MbQNcWofBkLqnidBwpt1YpkHXbLh0evnUOPiwUafWJ0=";
sha256 = "sha256-QgPNtE136zCnReZXbIK34zaB8TSzOBBSVvd+cdvTMN0=";
};
checkPhase = ''
@@ -11,6 +11,7 @@
, pytestCheckHook
, pytest-xdist
}:
buildPythonPackage rec {
pname = "typecode";
version = "21.6.1";
@@ -40,6 +41,10 @@ buildPythonPackage rec {
pytest-xdist
];
disabledTests = [
"TestFileTypesDataDriven"
];
pythonImportsCheck = [
"typecode"
];