You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2021/05/12 14:45:18 UTC

[incubator-ponymail] branch master updated: Move test-only file to test directory

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail.git


The following commit(s) were added to refs/heads/master by this push:
     new 6009b39  Move test-only file to test directory
6009b39 is described below

commit 6009b39cc5c0532d353437163a3bb5d06fc3a796
Author: Sebb <se...@apache.org>
AuthorDate: Wed May 12 15:44:34 2021 +0100

    Move test-only file to test directory
---
 .github/workflows/pythonpackage.yml       | 2 +-
 requirements.txt => test/requirements.txt | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml
index f8549ad..5d58b0a 100644
--- a/.github/workflows/pythonpackage.yml
+++ b/.github/workflows/pythonpackage.yml
@@ -25,7 +25,7 @@ jobs:
     - name: Install dependencies
       run: |
         python -m pip install --upgrade pip
-        pip install -r requirements.txt
+        pip install -r test/requirements.txt
 #    - name: Test with pytest
 #      run: |
 #        pip install pytest
diff --git a/requirements.txt b/test/requirements.txt
similarity index 100%
rename from requirements.txt
rename to test/requirements.txt