/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/tests/features.py

  • Committer: Jelmer Vernooij
  • Date: 2020-08-06 21:52:51 UTC
  • mto: (7490.40.91 work)
  • mto: This revision was merged to the branch mainline in revision 7521.
  • Revision ID: jelmer@jelmer.uk-20200806215251-pltxss5zfu077d2c
Skip pyinotify tests if pyinotify is missing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
407
407
lsprof_feature = ModuleAvailableFeature('breezy.lsprof')
408
408
pkg_resources_feature = ModuleAvailableFeature('pkg_resources')
409
409
 
 
410
pyinotify = ModuleAvailableFeature('pyinotify')
 
411
 
410
412
 
411
413
class _BackslashDirSeparatorFeature(Feature):
412
414