mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
python.pkgs.jira: disable on python2
This commit is contained in:
parent
b2c0126b94
commit
d868a6cdeb
@ -1,5 +1,5 @@
|
||||
{ lib, buildPythonPackage, fetchPypi, pytest, pytestrunner, pbr, glibcLocales
|
||||
, pytestcov
|
||||
{ lib, buildPythonPackage, fetchPypi, isPy3k
|
||||
, pytest, pytestrunner, pbr, glibcLocales , pytestcov
|
||||
, requests, requests_oauthlib, requests_toolbelt, defusedxml }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -16,6 +16,8 @@ buildPythonPackage rec {
|
||||
|
||||
LC_ALL = "en_US.utf8";
|
||||
|
||||
disabled = !isPy3k;
|
||||
|
||||
# no tests in release tarball
|
||||
doCheck = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user