@@ -36,7 +36,7 @@ def test_default(hatch, helpers, temp_dir, config_file):
3636 assert result .exit_code == 0 , result .output
3737 assert helpers .remove_trailing_spaces (result .output ) == helpers .dedent (
3838 """
39- Standalone
39+ Standalone
4040 +---------+---------+
4141 | Name | Type |
4242 +=========+=========+
@@ -107,7 +107,7 @@ def test_single_only(hatch, helpers, temp_dir, config_file):
107107 assert result .exit_code == 0 , result .output
108108 assert helpers .remove_trailing_spaces (result .output ) == helpers .dedent (
109109 """
110- Standalone
110+ Standalone
111111 +---------+---------+
112112 | Name | Type |
113113 +=========+=========+
@@ -145,13 +145,13 @@ def test_single_and_matrix(hatch, helpers, temp_dir, config_file):
145145 assert result .exit_code == 0 , result .output
146146 assert helpers .remove_trailing_spaces (result .output ) == helpers .dedent (
147147 """
148- Standalone
148+ Standalone
149149 +---------+---------+
150150 | Name | Type |
151151 +=========+=========+
152152 | default | virtual |
153153 +---------+---------+
154- Matrices
154+ Matrices
155155 +------+---------+----------------+
156156 | Name | Type | Envs |
157157 +======+=========+================+
@@ -190,7 +190,7 @@ def test_default_matrix_only(hatch, helpers, temp_dir, config_file):
190190 assert result .exit_code == 0 , result .output
191191 assert helpers .remove_trailing_spaces (result .output ) == helpers .dedent (
192192 """
193- Matrices
193+ Matrices
194194 +---------+---------+------------+
195195 | Name | Type | Envs |
196196 +=========+=========+============+
@@ -231,13 +231,13 @@ def test_all_matrix_types_with_single(hatch, helpers, temp_dir, config_file):
231231 assert result .exit_code == 0 , result .output
232232 assert helpers .remove_trailing_spaces (result .output ) == helpers .dedent (
233233 """
234- Standalone
234+ Standalone
235235 +------+---------+
236236 | Name | Type |
237237 +======+=========+
238238 | bar | virtual |
239239 +------+---------+
240- Matrices
240+ Matrices
241241 +---------+---------+----------------+
242242 | Name | Type | Envs |
243243 +=========+=========+================+
@@ -280,7 +280,7 @@ def test_specific(hatch, helpers, temp_dir, config_file):
280280 assert result .exit_code == 0 , result .output
281281 assert helpers .remove_trailing_spaces (result .output ) == helpers .dedent (
282282 """
283- Standalone
283+ Standalone
284284 +------+---------+
285285 | Name | Type |
286286 +======+=========+
@@ -377,7 +377,7 @@ def test_optional_columns(hatch, helpers, temp_dir, config_file):
377377 assert result .exit_code == 0 , result .output
378378 assert helpers .remove_trailing_spaces (result .output ) == helpers .dedent (
379379 """
380- Standalone
380+ Standalone
381381 +------+---------+----------+-----------------------------+-----------------------+---------+----------------------------------------------------------------------------------------------------------+
382382 | Name | Type | Features | Dependencies | Environment variables | Scripts | Description |
383383 +======+=========+==========+=============================+=======================+=========+==========================================================================================================+
@@ -387,7 +387,7 @@ def test_optional_columns(hatch, helpers, temp_dir, config_file):
387387 | | | | | | | fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia |
388388 | | | | | | | deserunt mollit anim id est laborum. |
389389 +------+---------+----------+-----------------------------+-----------------------+---------+----------------------------------------------------------------------------------------------------------+
390- Matrices
390+ Matrices
391391 +---------+---------+------------+----------+-----------------------------+-----------------------+---------+------------------------------------------------------------------------------------------+
392392 | Name | Type | Envs | Features | Dependencies | Environment variables | Scripts | Description |
393393 +=========+=========+============+==========+=============================+=======================+=========+==========================================================================================+
@@ -425,7 +425,7 @@ def test_context_formatting(hatch, helpers, temp_dir, config_file):
425425 "default" ,
426426 {
427427 "matrix" : [{"version" : ["9000" , "3.14" ], "py" : ["39" , "310" ]}],
428- "dependencies" : ["foo @ {root:uri}/../foo" ],
428+ "dependencies" : ["foo@ {root:uri}/../foo" ],
429429 },
430430 )
431431
@@ -445,13 +445,13 @@ def test_context_formatting(hatch, helpers, temp_dir, config_file):
445445 assert result .exit_code == 0 , result .output
446446 assert helpers .remove_trailing_spaces (result .output ) == helpers .dedent (
447447 """
448- Standalone
448+ Standalone
449449 +------+---------+--------------+-----------------------+
450450 | Name | Type | Dependencies | Environment variables |
451451 +======+=========+==============+=======================+
452452 | foo | virtual | pydantic | BAR=FOO_BAR |
453453 +------+---------+--------------+-----------------------+
454- Matrices
454+ Matrices
455455 +---------+---------+------------+-------------------------+
456456 | Name | Type | Envs | Dependencies |
457457 +=========+=========+============+=========================+
@@ -496,7 +496,7 @@ def test_plugin_dependencies_unmet(hatch, helpers, temp_dir, config_file, mock_p
496496 assert helpers .remove_trailing_spaces (result .output ) == helpers .dedent (
497497 """
498498 Syncing environment plugin requirements
499- Standalone
499+ Standalone
500500 +---------+---------+
501501 | Name | Type |
502502 +=========+=========+
0 commit comments