Skip to content

Commit 5e77af3

Browse files
committed
Don't rename shapefile.py. It can't be imported from src now anyway.
1 parent 9ed7ff2 commit 5e77af3

2 files changed

Lines changed: 1 addition & 34 deletions

File tree

.github/actions/test/action.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,7 @@ runs:
9898
working-directory: ${{ inputs.pyshp_repo_directory }}
9999
env:
100100
REPLACE_REMOTE_URLS_WITH_LOCALHOST: ${{ inputs.replace_remote_urls_with_localhost }}
101-
run: |
102-
echo "Ensure the tests import the installed wheel"
103-
mv shapefile.py __tmp.py
104-
pytest -rA --tb=short ${{ inputs.extra_args }}
105-
mv __tmp.py shapefile.py
101+
run: pytest -rA --tb=short ${{ inputs.extra_args }}
106102

107103

108104

setup.cfg

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)