mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
structlog: 15.3.0 -> 16.1.0
Also removing twisted test to avoid pulling in twisted just for one test case.
This commit is contained in:
parent
f6351897c3
commit
95852c6c72
1 changed files with 4 additions and 2 deletions
|
@ -21928,16 +21928,18 @@ in modules // {
|
|||
};
|
||||
|
||||
structlog = buildPythonPackage rec {
|
||||
name = "structlog-15.3.0";
|
||||
name = "structlog-16.1.0";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/s/structlog/${name}.tar.gz";
|
||||
sha256 = "1h9qz4fsd7ph8rf80rqmlyj2q54xapgrmkpnyca01w1z8ww6f9w7";
|
||||
sha256 = "00dywyg3bqlkrmbrfrql21hpjjjkc4zjd6xxjyxyd15brfnzlkdl";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ pytest pretend freezegun ];
|
||||
propagatedBuildInputs = with self; [ simplejson ];
|
||||
|
||||
checkPhase = ''
|
||||
rm tests/test_twisted.py*
|
||||
py.test
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue