diff --git a/.vscode/settings.json b/.vscode/settings.json index 9cdc0e3b980..562b8dc479b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -14,10 +14,8 @@ "pkgs/sagemath-objects/sage": true, "pkgs/sagemath-standard/sage": true, }, - "python.testing.pytestPath": "./sage -t", "python.testing.pytestEnabled": true, "python.testing.pytestArgs": [ - "src/test_doctests.py", "--rootdir=src/sage", "-c=src/tox.ini", "--doctest-modules",