Skip to content

Commit

Permalink
BUILD: Add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Jan 10, 2025
1 parent 5bd0a00 commit d6a6b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ tests = [
"pytest>=7.4.0,<8.4",
"pytest-cov>=4.0.0,<6.1",
"pytest-xdist>=3.5.0,<3.7",
"pytest-xvfb>=3.0.0,3.1",
"pytest-xvfb>=3.0.0,<3.1",
"scikit-rf",
"shapely"
]
Expand Down

0 comments on commit d6a6b36

Please sign in to comment.