Skip to content

Commit 8e1a887

Browse files
switch to pytest-freezer
1 parent 9a54bec commit 8e1a887

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.github/workflows/check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313
- name: Install poetry
14-
run: pipx install poetry==1.4.2
14+
run: pipx install poetry==1.7.1
1515
- name: Set up Python 3.11
1616
uses: actions/setup-python@v5
1717
with:
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
submodules: true
4343
- name: Install poetry
44-
run: pipx install poetry==1.4.2
44+
run: pipx install poetry==1.7.1
4545
- name: Set up Python ${{ matrix.python-version }}
4646
uses: actions/setup-python@v5
4747
id: python-setup

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313
- name: Install poetry
14-
run: pipx install poetry==1.4.2
14+
run: pipx install poetry==1.7.1
1515
- name: Set up Python 3.11
1616
uses: actions/setup-python@v5
1717
with:

poetry.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ python-dateutil = "^2.8"
3636
requests-mock = "^1.7"
3737
pytest = "^7"
3838
pytest-cov = "^4"
39-
pytest-freezegun = "^0.4"
39+
pytest-freezer = "^0.4"
4040
pytest-randomly = "^3.11"
4141
pytest-subtests = "^0.10"
4242
flake8 = "^3.7"

0 commit comments

Comments
 (0)