8000 Another switch to our own packages, test-requirements.txt by mingwandroid · Pull Request #9871 · conda/conda · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Another switch to our own packages, test-requirements.txt #9871

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions dev/start
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@ if ! [ -f "$devenv/conda-meta/history" ]; then
fi
cmd.exe /c "start /wait \"\" miniconda${pyver}.exe /InstallationType=JustMe /RegisterPython=0 /AddToPath=0 /S /D=%CD%\$(cygpath -w $devenv)"
_CONDA="$devenv/Scripts/conda"
"$devenv/Scripts/conda" install -yq -p $devenv python=$pyver --file dev/test-requirements.txt -c defaults -c conda-forge
fi
fi


if ! [ -f "$devenv/.dev-start-ed" ]; then
"${_CONDA}" install -yq -p $devenv python=$pyver --file dev/test-requirements.txt -c defaults -c conda-forge
"${_CONDA}" install -yq -p $devenv python=$pyver --file dev/test-requirements.txt -c defaults
touch "$devenv/.dev-start-ed"
fi

Expand Down
2 changes: 1 addition & 1 deletion dev/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pexpect
pytest!=3.7.3
pytest-cov
pytest-timeout
conda-forge::radon
radon
responses
git

Expand Down
0