Skip to content

Commit

Permalink
remove codeowners windows. (quantumlib#4950)
Browse files Browse the repository at this point in the history
Co-authored-by: Dave Bacon <dabacon@gmail.com>
  • Loading branch information
2 people authored and rht committed May 1, 2023
1 parent 51252ad commit 428eb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev_tools/requirements/deps/pytest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ freezegun~=0.3.15
importlib-metadata

# codeowners test dependency
codeowners; python_version >= '3.7'
codeowners; python_version >= '3.7' and platform_system != "Windows"

# for creating isolated environments
virtualenv
Expand Down

0 comments on commit 428eb3b

Please sign in to comment.