Skip to content

Commit 904eb36

Browse files
committed
Drop legacy dev/ dependencies
We can't rely on python 3.3 being globally available anymore. GitHub's Windows 2019 runner is the last one, supporting it. Hence moving forward to use UnitTesting package for upstream and downstream unit tests as it runs them on ST's plugin_hosts. This commit therefore drops obsolete files no longer needed for testing.
1 parent 27bde27 commit 904eb36

File tree

8 files changed

+0
-1167
lines changed

8 files changed

+0
-1167
lines changed

.gitattributes

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
.gitattributes export-ignore
66

77
# development utilities
8-
/dev/ export-ignore
9-
.travis.yml export-ignore
108
tox.ini export-ignore
119

1210
# unittests

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# development dependencies
2-
dev/.lint-deps/
32
.venv*/
43

54
# linter cache

0 commit comments

Comments
 (0)