Skip to content

Commit

Permalink
fix: change tests to test in spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
singjc committed Feb 21, 2024
1 parent e09d9bd commit 5804085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist-scripts/pyinstaller/massdash.spec
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ while requirements:

if remove_tests:
hidden_imports = sorted(
[h for h in hidden_imports if "tests" not in h.split(".")]
[h for h in hidden_imports if "test" not in h.split(".")]
)
else:
hidden_imports = sorted(hidden_imports)
Expand Down

0 comments on commit 5804085

Please sign in to comment.