py-flit-core: fix import tests (#41859)

This commit is contained in:
Adam J. Stewart 2023-12-27 11:34:43 +01:00 committed by GitHub
parent 0f74f796de
commit b6d69bfad2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,10 @@ class PyFlitCore(PythonPackage):
homepage = "https://github.com/pypa/flit" homepage = "https://github.com/pypa/flit"
pypi = "flit-core/flit_core-3.9.0.tar.gz" pypi = "flit-core/flit_core-3.9.0.tar.gz"
# Tests import of a non-existing package
skip_modules = ["flit_core.tests"]
maintainers("takluyver") maintainers("takluyver")
version("3.9.0", sha256="72ad266176c4a3fcfab5f2930d76896059851240570ce9a98733b658cb786eba") version("3.9.0", sha256="72ad266176c4a3fcfab5f2930d76896059851240570ce9a98733b658cb786eba")