diff options
| author | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2022-04-16 19:13:34 +0100 |
|---|---|---|
| committer | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2022-04-16 19:30:45 +0100 |
| commit | 26c5c40b50d696b2723aa2b20fb5037b7c04d855 (patch) | |
| tree | 1d7eabdbdd8bbe42a15a28629dda0a8e8c11ebbd /Makefile | |
| parent | 301c7bdf57eee47426c9ad4d96392bff623ee6c3 (diff) | |
| download | sphinx-git-26c5c40b50d696b2723aa2b20fb5037b7c04d855.tar.gz | |
Enable the opt-in EncodingWarning
https://docs.python.org/3/library/io.html#io-encoding-warning
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -66,11 +66,11 @@ doclinter: .PHONY: test test: - @$(PYTHON) -X dev -m pytest -v $(TEST) + @$(PYTHON) -X dev -X warn_default_encoding -m pytest -v $(TEST) .PHONY: covertest covertest: - @$(PYTHON) -X dev -m pytest -v --cov=sphinx --junitxml=.junit.xml $(TEST) + @$(PYTHON) -X dev -X warn_default_encoding -m pytest -v --cov=sphinx --junitxml=.junit.xml $(TEST) .PHONY: build build: |
