ciocore 8.3.1__py2.py3-none-any.whl → 8.3.3__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of ciocore might be problematic. Click here for more details.

@@ -1,57 +0,0 @@
1
-
2
-
3
- EXTRA_ENV = [
4
- {
5
- "account_id": "6649535867387904",
6
- "env": [],
7
- },
8
- {
9
- "account_id": "5767615549800448",
10
- "env": [
11
- {
12
- "merge_policy": "prepend",
13
- "name": "test",
14
- "value": "test"
15
- }
16
- ],
17
- },
18
- {
19
- "account_id": "6649535867387904",
20
- "env": [],
21
- },
22
- {
23
- "account_id": "5669544198668288",
24
- "env": [
25
- {
26
- "merge_policy": "append",
27
- "name": "PATH",
28
- "value": "/path/to/scripts"
29
- },
30
- {
31
- "merge_policy": "exclusive",
32
- "name": "RENDER_LOCATION",
33
- "value": "cloud"
34
- },
35
- {
36
- "merge_policy": "exclusive",
37
- "name": "VARIABLE_USED_IN_SCRIPTS",
38
- "value": "true"
39
- },
40
- {
41
- "merge_policy": "exclusive",
42
- "name": "testvar",
43
- "value": "somevalue"
44
- }
45
- ],
46
- },
47
- {
48
- "account_id": "6649535867387904",
49
- "env": [
50
- {
51
- "merge_policy": "exclusive",
52
- "name": "JMEYER",
53
- "value": "JMEYER_ENV_VALUE"
54
- }
55
- ],
56
- }
57
- ]
tests/project_fixtures.py DELETED
@@ -1,8 +0,0 @@
1
-
2
-
3
- PROJECTS = [
4
- "Deadpool",
5
- "Harry Potter & the chamber of secrets",
6
- "Captain Corelli's Mandolin",
7
- "Gone with the Wind",
8
- ]