Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 133af27

Browse files
edit extras in setup
1 parent a745157 commit 133af27

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/test-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
run: |
2121
pip install -U pip wheel
2222
pip install -e ".[testing]"
23-
- name: Run codecov (only 3.9)
23+
- name: Run pytest
2424
run: |
2525
pytest -s

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
platforms=['Any'],
2222
install_requires=requirements,
2323
setup_requires=['pytest-runner'],
24+
extras_require={
25+
# pip install -e ".[testing]"
26+
"testing": ['pytest'],
27+
},
2428
tests_require=['pytest'],
2529
keywords='respondent exchange rex smor dynata python',
2630
classifiers=[

0 commit comments

Comments
 (0)