Skip to content

Commit

Permalink
try a conftest file with collect_ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jsheunis committed Mar 7, 2023
1 parent 5d69416 commit 25dd1e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conftest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import platform

if platform.system() == 'Windows':
collect_ignore_glob = ["*workflow.py", "*workflows.py"]

0 comments on commit 25dd1e7

Please sign in to comment.