rhevm-qe-automation / pytest_jira

py.test plugin to integrate with JIRA
GNU General Public License v2.0
29 stars 25 forks source link

Get rid of deprecated warning in pytest 3.6 #99

Closed lukas-bednar closed 5 years ago

lukas-bednar commented 5 years ago

Fixes: #96

Signed-off-by: Lukas Bednar lbednar@redhat.com

lukas-bednar commented 5 years ago

@Horstage could you please check if this solves your issue?

codecov-io commented 5 years ago

Codecov Report

Merging #99 into master will decrease coverage by 3.15%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #99      +/-   ##
==========================================
- Coverage   98.19%   95.04%   -3.16%     
==========================================
  Files           1        1              
  Lines         222      222              
==========================================
- Hits          218      211       -7     
- Misses          4       11       +7
Impacted Files Coverage Δ
pytest_jira.py 95.04% <100%> (-3.16%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8de9b0f...ed5349d. Read the comment docs.

codecov-io commented 5 years ago

Codecov Report

Merging #99 into master will decrease coverage by 3.15%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #99      +/-   ##
==========================================
- Coverage   98.19%   95.04%   -3.16%     
==========================================
  Files           1        1              
  Lines         222      222              
==========================================
- Hits          218      211       -7     
- Misses          4       11       +7
Impacted Files Coverage Δ
pytest_jira.py 95.04% <100%> (-3.16%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8de9b0f...ed5349d. Read the comment docs.

Horstage commented 5 years ago

Solved my issue. Thanks!