Skip to content

Commit c0d8172

Browse files
ci: more testing fixes
1 parent c6bd59e commit c0d8172

File tree

5 files changed

+5
-29
lines changed

5 files changed

+5
-29
lines changed

.github/workflows/constraints.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
pip==24.0.0
32
nox==2024.3.2
43
nox-poetry==1.0.3

.github/workflows/release.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,11 @@ jobs:
1818
with:
1919
python-version: "3.10"
2020

21-
- name: Upgrade pip
21+
- name: Install pip and poetry
2222
run: |
23-
pip install --constraint=.github/workflows/constraints.txt pip
23+
pip install --constraint=.github/workflows/constraints.txt pip poetry poetry-dynamic-versioning
2424
pip --version
2525
26-
- name: Install Poetry
27-
run: |
28-
pip install --constraint=.github/workflows/constraints.txt poetry poetry-dynamic-versioning
29-
poetry --version
30-
3126
- name: Build package
3227
run: |
3328
poetry build --ansi

tests/test_fake.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Fake test to show the harness works
2+
def test_fake_test():
3+
assert True

tests/test_utils/__init__.py

Whitespace-only changes.

tests/test_utils/test_utils.py

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)