diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-01-07 11:41:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-07 11:41:54 +0000 |
commit | 1d5c021a45465f2926f70bddfd64b79bc018a7da (patch) | |
tree | 57099ba0bf219b18024b2ff7df5973486bb191d0 /changelog.d | |
parent | Skip unit tests which require optional dependencies (#9031) (diff) | |
download | synapse-1d5c021a45465f2926f70bddfd64b79bc018a7da.tar.xz |
tox: Add a -noextras factor (#9030)
... for running the tests with no optional deps.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9030.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9030.misc b/changelog.d/9030.misc new file mode 100644 index 0000000000..267cfbf9f9 --- /dev/null +++ b/changelog.d/9030.misc @@ -0,0 +1 @@ +Add a `-noextras` factor to `tox.ini`, to support running the tests with no optional dependencies. |