python310Packages.tempest: disable on unsupported Python releases
This commit is contained in:
parent
ed3f6b751c
commit
9713bb59c0
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
, oslo-serialization
|
||||
, oslo-utils
|
||||
, fixtures
|
||||
, pythonOlder
|
||||
, pyyaml
|
||||
, subunit
|
||||
, stevedore
|
||||
|
@ -30,6 +31,9 @@
|
|||
buildPythonPackage rec {
|
||||
pname = "tempest";
|
||||
version = "33.0.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
|
Loading…
Reference in a new issue