11
11
- uses : actions/checkout@v3
12
12
- uses : actions/setup-python@v4
13
13
with :
14
- python-version : ' 3.8 '
14
+ python-version : ' 3.10 '
15
15
- name : install deps
16
16
run : pip install flake8==3.9.0 black==22.3.0 pre-commit-hooks==2.4.0
17
17
33
33
runs-on : ubuntu-latest
34
34
strategy :
35
35
matrix :
36
- python-version : ["3.7", "3. 8", "3.9", "3.10"]
36
+ python-version : ["3.8", "3.9", "3.10"]
37
37
38
38
steps :
39
39
- name : Set Timezone
55
55
run : python --version
56
56
57
57
- name : Run Pytest suite
58
+ env :
59
+ ENABLE_HOPSWORKS_USAGE : " false"
58
60
run : pytest python/tests
59
61
60
62
unit_tests_ubuntu_pandas :
73
75
- uses : actions/setup-python@v4
74
76
name : Setup Python
75
77
with :
76
- python-version : " 3.9 "
78
+ python-version : " 3.10 "
77
79
cache : " pip"
78
80
cache-dependency-path : " python/setup.py"
79
81
- run : pip install -e python[python,dev-pandas1,docs]
82
84
run : python --version
83
85
84
86
- name : Run Pytest suite
87
+ env :
88
+ ENABLE_HOPSWORKS_USAGE : " false"
85
89
run : pytest python/tests
86
90
87
91
unit_tests_ubuntu_local :
@@ -100,7 +104,7 @@ jobs:
100
104
- uses : actions/setup-python@v4
101
105
name : Setup Python
102
106
with :
103
- python-version : " 3.9 "
107
+ python-version : " 3.10 "
104
108
cache : " pip"
105
109
cache-dependency-path : " python/setup.py"
106
110
- run : pip install -e python[python,dev,docs]
@@ -109,6 +113,8 @@ jobs:
109
113
run : python --version
110
114
111
115
- name : Run Pytest suite
116
+ env :
117
+ ENABLE_HOPSWORKS_USAGE : " false"
112
118
run : pytest python/tests
113
119
114
120
unit_tests_windows_utc :
@@ -127,7 +133,7 @@ jobs:
127
133
- uses : actions/setup-python@v4
128
134
name : Setup Python
129
135
with :
130
- python-version : " 3.9 "
136
+ python-version : " 3.10 "
131
137
cache : " pip"
132
138
cache-dependency-path : " python/setup.py"
133
139
- run : pip install -e python[python,dev,docs]
@@ -136,6 +142,8 @@ jobs:
136
142
run : python --version
137
143
138
144
- name : Run Pytest suite
145
+ env :
146
+ ENABLE_HOPSWORKS_USAGE : " false"
139
147
run : pytest python/tests
140
148
141
149
@@ -155,7 +163,7 @@ jobs:
155
163
- uses : actions/setup-python@v4
156
164
name : Setup Python
157
165
with :
158
- python-version : " 3.9 "
166
+ python-version : " 3.10 "
159
167
cache : " pip"
160
168
cache-dependency-path : " python/setup.py"
161
169
- run : pip install -e python[python,dev,docs]
@@ -164,4 +172,6 @@ jobs:
164
172
run : python --version
165
173
166
174
- name : Run Pytest suite
175
+ env :
176
+ ENABLE_HOPSWORKS_USAGE : " false"
167
177
run : pytest python/tests
0 commit comments