py-flit-core: fix import tests (#41859)
This commit is contained in:
parent
0f74f796de
commit
b6d69bfad2
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user