Recent refactor did not consider the --system flag without --deploy, in part because we were missing a test for it.
Adds test for it.
The checklist
[X] Associated issue
[X] A news fragment in the news/ directory to describe this fix with the extension .bugfix.rst, .feature.rst, .behavior.rst, .doc.rst. .vendor.rst. or .trivial.rst (this will appear in the release changelog). Use semantic line breaks and name the file after the issue number or the PR #.
Fix the --system without --deploy flag bug
The issue
Fixes #6295 Fixes #6296
The fix
Recent refactor did not consider the
--system
flag without--deploy
, in part because we were missing a test for it.Adds test for it.
The checklist
news/
directory to describe this fix with the extension.bugfix.rst
,.feature.rst
,.behavior.rst
,.doc.rst
..vendor.rst
. or.trivial.rst
(this will appear in the release changelog). Use semantic line breaks and name the file after the issue number or the PR #.