We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This only happens some of the time. Maybe some sort of race condition?
_ ERROR at teardown of test_it_uses_pip_repositories_with_env_var_substitution[conda] _ [gw3] darwin -- Python 3.12.1 /Users/runner/micromamba/envs/conda-lock-dev/bin/python3.12 @pytest.fixture(scope="module") def private_package_tar(): tar_path = _PRIVATE_PACKAGE_SDIST_PATH.parent / "fake-private-package-1.0.0.tar.gz" with tarfile.open(tar_path, "w:gz") as tar: tar.add( _PRIVATE_PACKAGE_SDIST_PATH, arcname=os.path.basename(_PRIVATE_PACKAGE_SDIST_PATH), ) try: yield tar_path finally: > os.remove(tar_path) E FileNotFoundError: [Errno 2] No such file or directory: '/Users/runner/work/_temp/tests/test-pip-repositories/fake-private-package-1.0.0.tar.gz' tests/test_pip_repositories.py:54: FileNotFoundError
No response
The text was updated successfully, but these errors were encountered:
Generate mock private pypi package into temp directory
6a10862
Closes conda#591
Save mock private pypi package to temp directory
6e23b9a
3af0321
7bcfe3c
394e716
Successfully merging a pull request may close this issue.
Checklist
What happened?
This only happens some of the time. Maybe some sort of race condition?
Conda Info
No response
Conda Config
No response
Conda list
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: