Commit e646aaf
authored
Add 3 github actions checks which were lost (#204)
This adds 3 already existing tox targets to github checks
include code quality, dist verification, and qunit tests
Because these do not fit in the django-python matrix
these are added as separate jobs
Getting them passing requires several requirements changes
correct tox requirements.txt location
update lib versions in that requirements file
add deps to quality target, since pylint resolves imports
Update tox whitelist to allowlist
and include timeout for qunit
Fix code quality failures
a few whitespace points
a warning about invalid related_name
remove imports of classes that do not exist in tests
DRY edits to Makefile
remove pylint rcfile and use CLI options instead
substantially changes code quality selections enabled1 parent 5f357c2 commit e646aaf
File tree
9 files changed
+59
-493
lines changed- .github/workflows
- sortedm2m_tests
- test_project
9 files changed
+59
-493
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | 73 | | |
79 | 74 | | |
80 | 75 | | |
| |||
90 | 85 | | |
91 | 86 | | |
92 | 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
0 commit comments