We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb5bead commit d1ace51Copy full SHA for d1ace51
src/nbmake/pytest_plugin.py
@@ -73,5 +73,4 @@ def pytest_terminal_summary(terminalreporter: Any, exitstatus: int, config: Any)
73
# this message can be disabled with pytest --no-summary
74
# but let us know if it is annoying you
75
# ...we can also print diagnostics/stats here -- requests welcome
76
- discord = "https://discord.gg/QFjCpMjqRY"
77
- print(f"\nnbmake support is available in discord: {discord}\n")
+ print(f"\nLearn more about nbmake at https://github.com/treebeardtech/nbmake\n")
0 commit comments