Skip to content

Commit

Permalink
chore: dont add dev-darwin like on other scrapli projects
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmontanari committed Jul 28, 2024
1 parent 457c5cd commit 70e0dc4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ def parse_requirements(dev: bool = True) -> Dict[str, str]:
def _get_install_test_args() -> List[str]:
args = [".[dev]"]

if sys.platform == "darwin":
args = [".[dev-darwin]"]

if PRE:
args.append("--pre")

Expand Down

0 comments on commit 70e0dc4

Please sign in to comment.