python314Packages.chalice: allow on 3.14
This was already possible since the 1.33.0 update. https://redirect.github.com/aws/chalice/commit/bf4dce655ad97784ea09fb19484465fcf08c847d
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
pythonAtLeast,
|
||||
|
||||
# build-system
|
||||
setuptools,
|
||||
@@ -28,8 +27,6 @@ buildPythonPackage (finalAttrs: {
|
||||
version = "1.33.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonAtLeast "3.14";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "aws";
|
||||
repo = "chalice";
|
||||
@@ -78,7 +75,6 @@ buildPythonPackage (finalAttrs: {
|
||||
"test_can_import_env_vars"
|
||||
"test_stack_trace_printed_on_error"
|
||||
# Don't build
|
||||
"test_can_generate_pipeline_for_all"
|
||||
"test_build_wheel"
|
||||
# Tests require dist
|
||||
"test_setup_tar_gz_hyphens_in_name"
|
||||
|
||||
Reference in New Issue
Block a user