We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f62be08 commit cbb724dCopy full SHA for cbb724d
crates/pixi/tests/integration_rust/add_tests.rs
@@ -83,6 +83,7 @@ async fn add_functionality() {
83
84
/// Test adding a package with a specific channel
85
#[tokio::test]
86
+#[cfg_attr(not(feature = "online_tests"), ignore)]
87
async fn add_with_channel() {
88
setup_tracing();
89
crates/pixi/tests/integration_rust/pypi_tests.rs
@@ -16,6 +16,7 @@ use crate::setup_tracing;
16
/// before when running `pixi list -e all`, this would have not included numpy
17
/// we are now explicitly testing that this works
18
19
20
async fn pyproject_optional_dependencies_resolve_recursively() {
21
22
0 commit comments