... |
... |
@@ -14,20 +14,6 @@ stages: |
14
|
14
|
# Prepare stage #
|
15
|
15
|
#####################################################
|
16
|
16
|
|
17
|
|
-# XXX TESTING
|
18
|
|
-#
|
19
|
|
-show_versions:
|
20
|
|
- stage: prepare
|
21
|
|
- script:
|
22
|
|
- - pip3 show pep8
|
23
|
|
- - pip3 show pytest
|
24
|
|
- - pip3 show pylint
|
25
|
|
- - pip3 show pytest-cov
|
26
|
|
- - pip3 show pytest-datafiles
|
27
|
|
- - pip3 show pytest-env
|
28
|
|
- - pip3 show pytest-pep8
|
29
|
|
- - pip3 show pytest-xdist
|
30
|
|
-
|
31
|
17
|
|
32
|
18
|
# Create a source distribution
|
33
|
19
|
#
|
... |
... |
@@ -71,6 +57,17 @@ source_dist: |
71
|
57
|
- mount
|
72
|
58
|
- df -h
|
73
|
59
|
|
|
60
|
+ - echo "========================================="
|
|
61
|
+ - pip3 show pep8
|
|
62
|
+ - pip3 show pytest
|
|
63
|
+ - pip3 show pylint
|
|
64
|
+ - pip3 show pytest-cov
|
|
65
|
+ - pip3 show pytest-datafiles
|
|
66
|
+ - pip3 show pytest-env
|
|
67
|
+ - pip3 show pytest-pep8
|
|
68
|
+ - pip3 show pytest-xdist
|
|
69
|
+ - echo "========================================="
|
|
70
|
+
|
74
|
71
|
- useradd -Um buildstream
|
75
|
72
|
- chown -R buildstream:buildstream .
|
76
|
73
|
|
... |
... |
@@ -121,6 +118,17 @@ tests-unix: |
121
|
118
|
|
122
|
119
|
- export INTEGRATION_CACHE="$(pwd)/cache/integration-cache"
|
123
|
120
|
|
|
121
|
+ - echo "========================================="
|
|
122
|
+ - pip3 show pep8
|
|
123
|
+ - pip3 show pytest
|
|
124
|
+ - pip3 show pylint
|
|
125
|
+ - pip3 show pytest-cov
|
|
126
|
+ - pip3 show pytest-datafiles
|
|
127
|
+ - pip3 show pytest-env
|
|
128
|
+ - pip3 show pytest-pep8
|
|
129
|
+ - pip3 show pytest-xdist
|
|
130
|
+ - echo "========================================="
|
|
131
|
+
|
124
|
132
|
# We remove the Bubblewrap and OSTree packages here so that we catch any
|
125
|
133
|
# codepaths that try to use them. Removing OSTree causes fuse-libs to
|
126
|
134
|
# disappear unless we mark it as user-installed.
|