We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba8aa43 commit 0217f43Copy full SHA for 0217f43
.github/workflows/tests.yml
@@ -2,7 +2,7 @@ name: Run tests
2
on: pull_request
3
jobs:
4
run-tests:
5
- name: Build distribution 📦
+ name: Run tests
6
runs-on: ubuntu-latest
7
steps:
8
- uses: actions/checkout@v4
@@ -16,6 +16,6 @@ jobs:
16
3.12
17
3.13
18
- name: Install requirements
19
- run: pip install pytest
+ run: pip install -r requirements-dev.txt
20
- name: Run tests
21
run: python -m pytest tests
pyproject.toml
@@ -52,6 +52,9 @@ distance = "{base_version}"
52
dirty = "{base_version}"
53
distance-dirty = "{base_version}"
54
55
+[tool.versioningit.vcs]
56
+default-tag = "test"
57
+
58
[tool.pytest.ini_options]
59
addopts = [
60
"--import-mode=importlib",
0 commit comments