about summary refs log tree commit diff stats
path: root/.github/workflows/python.yml
Commit message (Expand)AuthorAgeFilesLines
* GHActions: Refrain from installing PyLint for teststoonn2022-06-131-1/+3
* Actions: Pytests no longer compatible with Python <3.6toonn2022-02-051-1/+1
* Actions: Add on pull_request againtoonn2021-07-241-0/+4
* Actions: Check whether on_pullrequest is necessarytoonn2021-07-201-4/+0
* Actions: Reduce tested versions to oldest and newesttoonn2021-07-201-1/+1
* Actions: Fix Python and Pypy paths filterstoonn2021-07-201-2/+2
* Actions: Fix pylint and Pypy paths filtertoonn2021-07-201-2/+2
* Actions: Separate pypy tests because they failtoonn2021-07-201-1/+1
* Actions: Update, incorporate and splittoonn2021-07-201-8/+6
* Actions: Drop 3.5 from linting because of old pylinttoonn2021-07-201-1/+1
* Actions: Set TERM=dumb to avoid tput warningstoonn2021-07-201-0/+2
* Actions: Add on pull_request to get status checkstoonn2021-07-201-2/+6
* Clarify excluded tests for github workflowtoonn2020-07-051-1/+1
* Prepare for Pylint transition from versions <2toonn2020-07-051-2/+2
* Seperate doctests and pyteststoonn2019-09-241-2/+2
* Drop py3.7toonn2019-09-181-1/+1
* Add GitHub Actions citoonn2019-09-031-0/+30
evision' href='/akkartik/mu/blame/039wait.cc?h=hlt&id=6f8f9fb53b5a7ef26496d496a4b93266c78d6332'>^
827898fc ^
c76b49e7 ^
3a622511 ^
c76b49e7 ^





363be37f ^
166e3c0d ^



c76b49e7 ^

c6034af3 ^

c76b49e7 ^

827898fc ^
cdd6fd09 ^
c76b49e7 ^





ac0e9db5 ^
05d17773 ^
9d670bb5 ^
827898fc ^
dd2e01e4 ^
05d17773 ^
3a622511 ^
c76b49e7 ^

363685b8 ^
1ea1bd9c ^
363685b8 ^


bc643692 ^
5497090a ^

363685b8 ^
5497090a ^
363685b8 ^

bc643692 ^
363685b8 ^
6e698858 ^




363685b8 ^




ac0e9db5 ^
363685b8 ^





363be37f ^
166e3c0d ^
363685b8 ^
166e3c0d ^
5f98a10c ^
e4630643 ^

5f98a10c ^

e4630643 ^

166e3c0d ^



e4630643 ^
5f98a10c ^
e4630643 ^

363685b8 ^
6e698858 ^
cdd6fd09 ^
363685b8 ^



9d670bb5 ^


ac0e9db5 ^
05d17773 ^

ac0e9db5 ^
e4630643 ^
ac0e9db5 ^
6e698858 ^
dd2e01e4 ^
05d17773 ^

363685b8 ^


134dad7c ^



363be37f ^
166e3c0d ^



134dad7c ^

ac0e9db5 ^
134dad7c ^

134dad7c ^






ac0e9db5 ^

134dad7c ^







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167