New issue 181: hash / number sign cannot be escaped in tox.ini https://bitbucket.org/hpk42/tox/issue/181/hash-number-sign-cannot-be-escaped-in
Florian Ludwig: The tox.ini parser does not provide a way to use the #-character as it is always interpreted as comment-begin. The built-in python ini parser avoids the problem altogether by allowing comments to only start at line beginning. With pip urls often containing the character this breaks several use cases. _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit