Skip to content

Commit

Permalink
feat: Add ignore_pypi_errors flag (#12)
Browse files Browse the repository at this point in the history
* feat: Add 'ignore_pypi_errors' flag

* Adjust message

* Add integration test for pypi flag

* Fix test

* Merge tests into parameterized tests

* Nit

* Fix
  • Loading branch information
delsner authored Jun 5, 2024
1 parent 6aa38d9 commit 52d4869
Show file tree
Hide file tree
Showing 7 changed files with 946 additions and 2 deletions.
8 changes: 8 additions & 0 deletions examples/pypi-packages/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# PyPI Example

`pixi-pack` does not support PyPI packages.
To still pack the environment (excluding all PyPI packages), you can run:

```shell
pixi-pack pack --ignore-pypi-errors
```
Loading

0 comments on commit 52d4869

Please sign in to comment.