Skip to content

Commit 656a774

Browse files
authored
Merge pull request #281 from python-cmd2/packaging_fix
Packaging fix
2 parents 97b9912 + efb8b5f commit 656a774

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

MANIFEST.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
include LICENSE
22
include README.md
33
include CHANGELOG.md
4+
include CODEOWNERS
5+
include CONTRIBUTING.md
6+
include tox.ini
7+
recursive-include docs *
8+
recursive-include examples *
9+
recursive-include tests *

tests/test_completion.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -375,11 +375,6 @@ def test_path_completion_user_expansion(cmd2_app):
375375
# Verify that the results are the same in both cases
376376
assert completions_tilde == completions_home
377377

378-
# This next assert fails on AppVeyor Windows containers, but works fine on my Windows 10 VM
379-
if not sys.platform.startswith('win'):
380-
# Verify that there is something there
381-
assert completions_tilde
382-
383378
def test_path_completion_directories_only(cmd2_app, request):
384379
test_dir = os.path.dirname(request.module.__file__)
385380

0 commit comments

Comments
 (0)