Skip to content

Commit

Permalink
start using proxyspy (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcg1969 authored Feb 8, 2025
1 parent da15db8 commit 933ba74
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 573 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
source $CONDA/etc/profile.d/conda.sh
conda install conda-build
conda build conda.recipe --no-test
conda build conda.recipe
mv $CONDA/conda-bld .
- name: Upload build artifacts
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
Expand Down
20 changes: 7 additions & 13 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,15 @@ requirements:

test:
requires:
- pip
- conda
- pytest
- pytest-cov
source_files:
- tests
imports:
- anaconda_anon_usage
- anaconda_anon_usage.patch
- anaconda_anon_usage.tokens
commands:
- export ANACONDA_ANON_USAGE_DEBUG=1
- export PYTHONUNBUFFERED=1
- conda create -n testchild1 --yes
- conda create -n testchild2 --yes
- conda info
- conda info --envs
- python -m anaconda_anon_usage.install --status # [variant=="patch"]
- pytest -v tests/unit
- python tests/integration/test_config.py
- pip check
- conda info | grep -q "user-agent.* aau/"

about:
home: https://github.com/Anaconda-Platform/anaconda-anon-usage
Expand Down
Loading

0 comments on commit 933ba74

Please sign in to comment.