-
Notifications
You must be signed in to change notification settings - Fork 36
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
Allow remote .conda
artifact listing
#254
Conversation
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
@@ -82,3 +82,27 @@ def test_list(artifact, n_files, capsys): | |||
|
|||
with pytest.raises(ValueError): | |||
cli.main(["list", "setup.py"]) | |||
|
|||
|
|||
@pytest.mark.parametrize( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Several other conda projects including conda, conda-index, conda-package-streaming, use local web servers as a CI fixture for this sort of thing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a bottle fixture similar to what CPS is doing (but supported by pytest-xprocess for simplicity).
@JeanChristopheMorinPerso do you want to give this PR a try? I think it should solve your use case (with some limitations in |
@jaimergp it seems to work, thanks! Can I suggest to change the help message to mention URL too?
? |
Good catch. Added! |
Description
Closes #252
Checklist - did you ...
news
directory (using the template) for the next release's release notes?