Skip to content

Commit

Permalink
Merge pull request #396 from andfoy/remove_lazy_fixture
Browse files Browse the repository at this point in the history
Remove pytest-lazy-fixture from test dependencies
  • Loading branch information
andfoy authored Feb 24, 2024
2 parents 32824ca + 0c21fdf commit 7780f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: conda install -y winpty
- name: Install build/test dependencies
shell: bash -l {0}
run: pip install maturin toml pytest pytest-lazy-fixture flaky
run: pip install maturin toml pytest flaky
- name: Build pywinpty
shell: bash -l {0}
run: maturin develop
Expand Down

0 comments on commit 7780f64

Please sign in to comment.