Skip to content

Commit 8dd7056

Browse files
committed
Rebase to fix failing polars test with PR 288
1 parent f13ab4d commit 8dd7056

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

bindings/python/tox.ini

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,26 @@ requires =
88
envlist =
99
# Run the unit test suite
1010
test,
11-
# Build libbson
12-
build-libbson,
13-
# Build a dist
14-
build-dist,
15-
# Verify that import works without test deps
16-
import-check,
17-
# Run the benchmark test(s)
18-
benchmark,
19-
# Ensure the sphinx build has no errors or warnings.
20-
docs,
21-
# Serve live docs
22-
docs-serve,
23-
# Check links of sphinx docs
24-
linkcheck,
25-
# Run pre-commit on all files.
26-
lint
27-
# Run pre-commit on all files with manual checks.
28-
lint-manual
29-
# Check the sdist integrity.
30-
manifest
11+
; # Build libbson
12+
; build-libbson,
13+
; # Build a dist
14+
; build-dist,
15+
; # Verify that import works without test deps
16+
; import-check,
17+
; # Run the benchmark test(s)
18+
; benchmark,
19+
; # Ensure the sphinx build has no errors or warnings.
20+
; docs,
21+
; # Serve live docs
22+
; docs-serve,
23+
; # Check links of sphinx docs
24+
; linkcheck,
25+
; # Run pre-commit on all files.
26+
; lint
27+
; # Run pre-commit on all files with manual checks.
28+
; lint-manual
29+
; # Check the sdist integrity.
30+
; manifest
3131

3232
[testenv]
3333
package = editable

0 commit comments

Comments
 (0)