Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Commit

Permalink
Remove unused static vars from NPM test.
Browse files Browse the repository at this point in the history
  • Loading branch information
brew committed May 17, 2017
1 parent 34cf234 commit e8e1409
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_npm_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
import logging
log = logging.getLogger(__name__)

ROOT_PATH = os.path.join(os.path.dirname(__file__), '..')
ENV = os.environ.copy()
ENV['PYTHONPATH'] = ROOT_PATH


class TestMeasureNPMProcessor(unittest.TestCase):

Expand Down

0 comments on commit e8e1409

Please sign in to comment.