Skip to content

Commit 27af93d

Browse files
Pin tests for only DA 1.6.5
1.8.X are too big for GHA, and 1.7.X use a version of multidict that was yanked.
1 parent 2a36271 commit 27af93d

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,15 @@
99
rcfile
1010
**/.mypy_cache/**
1111
build/
12+
.DS_Store
1213

1314
# Kiln stuff
1415
alkiln_tests_*
1516
alkiln-*
1617
cucumber-report.txt
1718
debug_log.txt
1819
runtime_config.json
20+
21+
# Python Test stuff
22+
.coverage
23+
coverage_html

docassemble/EFSPIntegration/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
docassemble.base>=1.3
2-
docassemble.webapp
1+
docassemble.base==1.6.5
2+
docassemble.webapp==1.6.5
33
docassemble.AssemblyLine>2.10.1
44
requests>2.25.1
55
types-requests

0 commit comments

Comments
 (0)