]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - INSTALL.md
Delete pytest
[bcachefs-tools-debian] / INSTALL.md
index ec5d67bb8e8ac101a22984d0cafa4976d135822d..94b28770777430ee0121d4e2ca276c3c37d1cd28 100644 (file)
@@ -75,27 +75,3 @@ previously built without fuse support):
 ```shell
 BCACHEFS_FUSE=1 make && make install
 ```
-
-Tests
------
-Some tests are available to validate the `bcachefs` binary.  The tests depend
-on python3 pytest.
-
-On debian:
-```shell
-apt install -u python3-pytest
-```
-
-Then, you can run the tests via:
-
-```shell
-make check
-# or if pytest has a different name
-make check PYTEST=pytest
-```
-
-Optionally, you may wish to run tests in parallel using python3-pytest-xdist:
-
-```shell
-cd tests; pytest-3 -n4
-```
\ No newline at end of file