14
0
forked from pool/python-build

- Update to 1.2.2

* Add editable to ``builder.get_requries_for_build``'s static types
  * Include artifact attestations in our release
  * Fix typing compatibility with typed ``pyproject-hooks``
  * Mark more tests with ``network``
  * Add more intersphinx links to docs
  * Make ``uv`` optional for tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-build?expand=0&rev=30
This commit is contained in:
2024-10-09 08:34:22 +00:00
committed by Git OBS Bridge
commit ea717da1ee
11 changed files with 331 additions and 0 deletions

8
runtests.py Normal file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/python3
import os
import pathlib
import pytest
os.chdir(pathlib.Path.cwd() / "tests")
pytest.main(["-v", "-n", "auto"])