Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5733 from matrix-org/erikj/exlude_sytest_blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Feb 19, 2020
2 parents 383acba + 39e594b commit eddeb3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ include demo/README
include demo/demo.tls.dh
include demo/*.py
include demo/*.sh
include sytest-blacklist

recursive-include synapse/storage/schema *.sql
recursive-include synapse/storage/schema *.sql.postgres
Expand All @@ -35,6 +34,7 @@ exclude Dockerfile
exclude .dockerignore
exclude test_postgresql.sh
exclude .editorconfig
exclude sytest-blacklist

include pyproject.toml
recursive-include changelog.d *
Expand Down
1 change: 1 addition & 0 deletions changelog.d/5733.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Don't package the sytest test blacklist file.

0 comments on commit eddeb3b

Please sign in to comment.