Skip to content

Commit

Permalink
Remove obsolete setuptools alias for pytest
Browse files Browse the repository at this point in the history
pytest is no longer run using setup.py.
  • Loading branch information
lpsinger committed Aug 4, 2023
1 parent 7eeb6f8 commit cb84fd3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[aliases]
test=pytest

[coverage:run]
source = gcn
omit = gcn/tests/*
Expand Down Expand Up @@ -40,8 +37,6 @@ packages = find:
python_version = >=3.7
install_requires =
lxml
tests_require =
pytest

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit cb84fd3

Please sign in to comment.