Skip to content

Commit f85d357

Browse files
authored
Add environment variable to disable MkDocs 2 warning in integration tests (#50)
* Add environment variable to disable MkDocs 2 warning in integration tests * Disable MkDocs warning for integration tests Set environment variable to disable MkDocs warning during integration tests. * Apply suggestions from code review Co-authored-by: Xianpeng Shen <xianpeng.shen@gmail.com>
1 parent a85beb6 commit f85d357

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
hatch run +py=${{ matrix.py || matrix.python-version }} ${{ matrix.test-script }}
5151
- name: Run integration tests
5252
run: |
53+
export DISABLE_MKDOCS_2_WARNING=true
5354
hatch run +py=${{ matrix.py || matrix.python-version }} integration:test
5455
shell: bash
5556
- name: Upload Codecov Results

0 commit comments

Comments
 (0)