Skip to content

Commit ca9f2d8

Browse files
Merge pull request #152 from codeflash-ai/pytest-looseing
pytest test
2 parents c29d5fc + 999ee9f commit ca9f2d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: [3.9.18, 3.10.13, 3.11.6, 3.12.1, 3.13.0]
14+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1515
continue-on-error: true
1616
runs-on: ubuntu-latest
1717
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ exclude = [
6969
[tool.poetry.dependencies]
7070
python = ">=3.9"
7171
unidiff = ">=0.7.4"
72-
pytest = ">=7.0.0,<8.3.4"
72+
pytest = ">=7.0.0,!=8.3.4"
7373
gitpython = ">=3.1.31"
7474
libcst = ">=1.0.1"
7575
jedi = ">=0.19.1"

0 commit comments

Comments
 (0)