Skip to content

Commit

Permalink
Remove tpn (#11765)
Browse files Browse the repository at this point in the history
We now use NOTICED
  • Loading branch information
brettcannon authored May 12, 2020
1 parent b344d29 commit 49e2352
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 2,839 deletions.
1 change: 0 additions & 1 deletion .github/release_plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

- Python 3.7 and higher
- run `python3 -m pip install --user -r news/requirements.txt`
- run `python3 -m pip install --user -r tpn/requirements.txt`

# Release candidate (Monday, XXX XX)

Expand Down
1 change: 0 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,5 @@ scripts/**
src/**
test/**
tmp/**
tpn/**
typings/**
types/**
25 changes: 0 additions & 25 deletions build/ci/templates/test_phases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ steps:
#
# Example command line (windows pwsh):
# > python -m pip install -U -r news/requirements.txt
# > python -m pytest tpn --color=yes --junit-xml=python-news-junit.xml
- script: |
python -m pip install --upgrade -r news/requirements.txt
python -m pytest news --color=yes --junit-xml=$COMMON_TESTRESULTSDIRECTORY/python-news-junit.xml
Expand All @@ -279,30 +278,6 @@ steps:
buildPlatform: '$(Agent.Os)-Py$(pythonVersion)'
buildConfiguration: 'UnitTests'

# Run the TPN tool tests.
#
# This task only runs if the string 'pythonUnitTests' exists in variable `TestsToRun`
#
# Example command line (windows pwsh):
# > python -m pip install -U -r tpn/requirements.txt
# > python -m pytest tpn --color=yes --junit-xml=python-tpn-junit.xml
- script: |
python -m pip install --upgrade -r tpn/requirements.txt
python -m pytest tpn --color=yes --junit-xml=$COMMON_TESTRESULTSDIRECTORY/python-tpn-junit.xml
displayName: 'Run Python tests for TPN tool'
condition: and(succeeded(), contains(variables['TestsToRun'], 'pythonInternalTools'))
# Upload the test results to Azure DevOps to facilitate test reporting in their UX.
- task: PublishTestResults@2
displayName: 'Publish Python tests for TPN tool results'
condition: contains(variables['TestsToRun'], 'pythonInternalTools')
inputs:
testResultsFiles: 'python-tpn-junit.xml'
searchFolder: '$(Common.TestResultsDirectory)'
testRunTitle: 'tpn-$(Agent.Os)-Py$(pythonVersion)'
buildPlatform: '$(Agent.Os)-Py$(pythonVersion)'
buildConfiguration: 'UnitTests'

# Venv tests: Prepare the various virtual environments and record their details into the
# JSON file that venvTests require to run.
#
Expand Down
8 changes: 0 additions & 8 deletions tpn/README.md

This file was deleted.

6 changes: 0 additions & 6 deletions tpn/__main__.py

This file was deleted.

1,999 changes: 0 additions & 1,999 deletions tpn/distribution.toml

This file was deleted.

5 changes: 0 additions & 5 deletions tpn/requirements.in

This file was deleted.

28 changes: 0 additions & 28 deletions tpn/requirements.txt

This file was deleted.

2 changes: 0 additions & 2 deletions tpn/tpn/__init__.py

This file was deleted.

119 changes: 0 additions & 119 deletions tpn/tpn/__main__.py

This file was deleted.

123 changes: 0 additions & 123 deletions tpn/tpn/config.py

This file was deleted.

22 changes: 0 additions & 22 deletions tpn/tpn/data.py

This file was deleted.

Loading

0 comments on commit 49e2352

Please sign in to comment.