We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69016ef commit 7555725Copy full SHA for 7555725
tests/test_recipe_v1.py
@@ -1,16 +1,16 @@
1
from pathlib import Path
2
3
-from flaky import flaky
4
import pytest
+from flaky import flaky
5
from test_migrators import run_test_migration
6
7
from conda_forge_tick.migrators import (
8
CombineV1ConditionsMigrator,
9
Version,
10
)
11
from conda_forge_tick.migrators.recipe_v1 import (
12
- is_single_expression,
13
is_negated_condition,
+ is_single_expression,
14
15
16
YAML_PATH = Path(__file__).parent / "test_v1_yaml"
0 commit comments