Skip to content

Commit

Permalink
Merge pull request #2119 from hodgestar/feature/remove-windows-warnings
Browse files Browse the repository at this point in the history
Remove Windows test suite warnings suppression.
  • Loading branch information
hodgestar committed Mar 14, 2023
2 parents 0e9f052 + 7b30a34 commit afd160b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ jobs:
- case-name: Windows Latest
os: windows-latest
python-version: "3.10"
pytest-extra-options: "-k 'not (test_correlation or test_interpolate or test_mcsolve)'"

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions doc/changes/2119.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove Windows build warning suppression.

0 comments on commit afd160b

Please sign in to comment.