From 71e3ffd3b57cd205340c5f6fc37e0dfddccf84a2 Mon Sep 17 00:00:00 2001 From: David Hotham Date: Wed, 25 May 2022 20:42:59 +0100 Subject: [PATCH] fixed testcase exporting extras --- tests/test_exporter.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_exporter.py b/tests/test_exporter.py index b42e626..11f009d 100644 --- a/tests/test_exporter.py +++ b/tests/test_exporter.py @@ -2138,7 +2138,8 @@ def test_exporter_handles_extras_next_to_non_extras( expected = f"""\ localstack-ext==1.0.0 ; {MARKER_PY36} -localstack==1.0.0 ; {MARKER_PY36} +localstack-ext[bar]==1.0.0 ; {MARKER_PY36} +localstack[foo]==1.0.0 ; {MARKER_PY36} something-else==1.0.0 ; {MARKER_PY36} something==1.0.0 ; {MARKER_PY36} """