Skip to content

Commit

Permalink
use pip to install pytest and plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
KedoKudo committed Jan 2, 2024
1 parent f6e233e commit 839b4fe
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions conda_development.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
channels:
- conda-forge
- conda-forge
dependencies:
- build
- flake8
- pytest
- pytest-django
- pytest-cov
- python-dotenv
- python-build
- pre-commit
- sphinx
- sphinx_rtd_theme=1.2.*
- lxml
- pip
- pip:
- check-wheel-contents
- pytest-pythonpath
- build
- flake8
- python-dotenv
- python-build
- pre-commit
- sphinx
- sphinx_rtd_theme=1.2.*
- lxml
- pip
- pip:
- pytest
- pytest-django
- pytest-cov
- check-wheel-contents
- pytest-pythonpath

0 comments on commit 839b4fe

Please sign in to comment.