mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
Merge pull request #216153 from alyssais/validobj-python3.11
python311.pkgs.validobj: disable
This commit is contained in:
commit
be5517c731
@ -1,5 +1,6 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
|
, pythonAtLeast
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, flit
|
, flit
|
||||||
, hypothesis
|
, hypothesis
|
||||||
@ -11,6 +12,9 @@ buildPythonPackage rec {
|
|||||||
version = "0.6";
|
version = "0.6";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
|
# https://github.com/Zaharid/validobj/issues/8
|
||||||
|
disabled = pythonAtLeast "3.11";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-BvnHn0Erk87Ce3tYwYf0tBwRJMrG19Af/Y568VJ02uo=";
|
sha256 = "sha256-BvnHn0Erk87Ce3tYwYf0tBwRJMrG19Af/Y568VJ02uo=";
|
||||||
|
Loading…
Reference in New Issue
Block a user