mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
python3Packages.pip: add pip-tools to tests
This commit is contained in:
parent
03a272b278
commit
fb9297fc3a
@ -7,6 +7,9 @@
|
||||
, virtualenv
|
||||
, pretend
|
||||
, pytest
|
||||
|
||||
# coupled downsteam dependencies
|
||||
, pip-tools
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -32,6 +35,8 @@ buildPythonPackage rec {
|
||||
# Pip wants pytest, but tests are not distributed
|
||||
doCheck = false;
|
||||
|
||||
passthru.tests = { inherit pip-tools; };
|
||||
|
||||
meta = {
|
||||
description = "The PyPA recommended tool for installing Python packages";
|
||||
license = with lib.licenses; [ mit ];
|
||||
|
Loading…
Reference in New Issue
Block a user