Skip to content

Commit

Permalink
Merge pull request #48 from Schefflera-Arboricola/rm_env_var
Browse files Browse the repository at this point in the history
MAINT : removed `NETWORKX_GRAPH_CONVERT`
  • Loading branch information
MridulS authored Feb 20, 2024
2 parents 2207bfc + 7ca787b commit d612804
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
echo "Done with installing"
- name: PyTest
run: |
NETWORKX_GRAPH_CONVERT=parallel \
NETWORKX_TEST_BACKEND=parallel \
NETWORKX_FALLBACK_TO_NX=True \
python -m pytest --pyargs networkx
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ To run tests for the project, use the following command:

```
PYTHONPATH=. \
NETWORKX_GRAPH_CONVERT=parallel \
NETWORKX_TEST_BACKEND=parallel \
NETWORKX_FALLBACK_TO_NX=True \
pytest --pyargs networkx "$@"
Expand Down

0 comments on commit d612804

Please sign in to comment.