Skip to content

Commit 1427e82

Browse files
Install Faker when building docs and running tests
1 parent 82737b1 commit 1427e82

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/scripts/install_test_python_packages.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ ${PYTHON} -m pip install xlrd
1010
${PYTHON} -m pip install dogpile.cache==0.9.2 # Later versions incompatible
1111
${PYTHON} -m pip install pytest
1212
${PYTHON} -m pip install xhtml2pdf weasyprint pdfkit # For PDF tests
13+
${PYTHON} -m pip install faker==13.3.1 faker-file'[common]'==0.17.13

docs/docs_requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ deform
66
dogpile.cache==0.9.2
77
# CRATE is on 4.2
88
Django>=4.2,<5.0
9+
faker==13.3.1
10+
faker-file[common]==0.17.13
911
libChEBIpy
1012
pdfkit
1113
pyramid==1.10.8

0 commit comments

Comments
 (0)